-
Notifications
You must be signed in to change notification settings - Fork 2.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix: skeleton ui does not show when contact are loading #25959
Conversation
@aimane-chnaif Please copy/paste the Reviewer Checklist from here into a new comment on this PR and complete it. If you have the K2 extension, you can simply click: [this button] |
2 bugs in this video:
Based on above reasoning, I'll consider these not a blocker Screen.Recording.2023-08-25.at.6.25.05.PM.mov |
Not sure what's happening but 8 checks are failing. |
Seems from this PR |
I think we can't merge this until main is fixed |
@Pujan92 please pull main. That PR was just reverted |
Done. |
Update QA step like this:
|
@Pujan92 in android, there's ms when empty screens shows before skeleton Screen.Recording.2023-08-25.at.7.30.33.PM.mov |
To me, it seems due to the laggy behavior(might be slow transition) of android emulator which can be felt on multiple screens. androidp.mp4 |
Agree, out of scope as different root cause. Hopefully not noticeable in release build |
Reviewer Checklist
Screenshots/VideosWebweb.movweb2.movMobile Web - Chromemchrome.movMobile Web - Safarimsafari.movDesktopdesktop.moviOSios.movAndroidandroid.mov |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
4 issues that I would consider out of scope:
- [HOLD for payment 2024-04-15] [$1000] Infinite loading on Invite members page after refresh #22508
- when policyID is invalid or not accessible, wrong contacts list shows before showing not found page (happening on production)
- No results found text doesn't show when no contact exists (for new account)
- in android, there's ms when empty screens shows before skeleton
🚀
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
🚀 Deployed to staging by https://github.com/hayata-suenaga in version: 1.3.58-0 🚀
|
🚀 Deployed to production by https://github.com/luacmartins in version: 1.3.58-5 🚀
|
🚀 Deployed to staging by https://github.com/hayata-suenaga in version: 1.3.59-0 🚀
|
🚀 Deployed to production by https://github.com/luacmartins in version: 1.3.59-5 🚀
|
Details
#25888
Fixed Issues
$ #25888
PROPOSAL: #25888 (comment)
Tests
Offline tests
QA Steps
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)myBool && <MyComponent />
.src/languages/*
files and using the translation methodWaiting for Copy
label for a copy review on the original GH to get the correct copy.STYLE.md
) were followedAvatar
, I verified the components usingAvatar
are working as expected)/** comment above it */
this
properly so there are no scoping issues (i.e. foronClick={this.submit}
the methodthis.submit
should be bound tothis
in the constructor)this
are necessary to be bound (i.e. avoidthis.submit = this.submit.bind(this);
ifthis.submit
is never passed to a component event handler likeonClick
)StyleUtils.getBackgroundAndBorderStyle(themeColors.componentBG)
)Avatar
is modified, I verified thatAvatar
is working as expected in all cases)ScrollView
component to make it scrollable when more elements are added to the page.main
branch was merged into this PR after a review, I tested again and verified the outcome was still expected according to theTest
steps.Screenshots/Videos
Web
Screen.Recording.2023-08-25.at.22.40.36.mov
Mobile Web - Chrome
andr.webm
Mobile Web - Safari
Simulator.Screen.Recording.-.iPhone.11.-.2023-08-25.at.22.46.06.mp4
Desktop
Screen.Recording.2023-08-25.at.22.50.43.mov
iOS
Simulator.Screen.Recording.-.iPhone.11.-.2023-08-25.at.22.44.21.mp4
Android
ab.webm